runtime.m.lockedg (field)
17 uses
runtime (current package)
coro.go#L232: mp.lockedg.set(gnext)
debugcall.go#L147: mp.lockedg.set(newg)
debugcall.go#L194: mp.lockedg.set(gp)
debugcall.go#L229: gp.m.lockedg = 0
proc.go#L621: return gp.lockedm != 0 && gp.m.lockedg != 0
proc.go#L2428: mp.lockedg.set(gp)
proc.go#L3149: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3160: status := readgstatus(gp.m.lockedg.ptr())
proc.go#L3163: dumpgstatus(gp.m.lockedg.ptr())
proc.go#L3992: if mp.lockedg != 0 {
proc.go#L3994: execute(mp.lockedg.ptr(), false) // Never returns.
proc.go#L4302: mp.lockedg = 0
proc.go#L5292: gp.m.lockedg.set(gp)
proc.go#L5347: gp.m.lockedg = 0
proc.go#L6412: if lockedg := mp.lockedg.ptr(); lockedg != nil {
runtime2.go#L596: lockedg guintptr
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |